projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f69cb3
)
(Feval_region): Doc correction (point does not move).
author
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Dec 1997 04:49:06 +0000
(
04:49
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Dec 1997 04:49:06 +0000
(
04:49
+0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 3f6ca0ed2729eceea124de17287a5b1cc117df3b..48292c630aff8fbc074df28497b8b98445686430 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1019,8
+1019,7
@@
of the text to be executed.\n\
Programs can pass third argument PRINTFLAG which controls output:\n\
nil means discard it; anything else is stream for printing it.\n\
\n\
-If there is no error, point does not move. If there is an error,\n\
-point remains at the end of the last character read from the buffer.")
+This function does not move point.")
(start, end, printflag)
Lisp_Object start, end, printflag;
{